Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.user.center.theme--applications

This contribution is part of XML component org.nuxeo.ecm.user.center.theme inside nuxeo-user-center-6.0.jar

Extension Point

Extension point applications of component ThemeService.

Contributed Items

  • <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/view_home.xhtml">
            <theme>userCenter/default</theme>
          </view>
          <view id="/home_view_documents.xhtml">
            <theme>userCenter/default</theme>
          </view>
    
        </application>

XML Source

<extension point="applications" target="org.nuxeo.theme.services.ThemeService">

    <application root="/nuxeo" template-engine="jsf-facelets">

      <view id="/view_home.xhtml">
        <theme>userCenter/default</theme>
      </view>
      <view id="/home_view_documents.xhtml">
        <theme>userCenter/default</theme>
      </view>

    </application>

  </extension>